home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Explosion
/
Software Explosion (Fore-Matt Home Computing)(1996).iso
/
games
/
workbench
/
lander_2
/
source
/
sample.h
< prev
next >
Wrap
Text File
|
1996-01-01
|
193b
|
12 lines
/* front-end include file for Amiga audio samples created by Karl's
* IFF 8SVX to C source converter. 19 June 87
*/
typedef struct
{
int sampsec, nsamples;
BYTE *sampledata;
} Sample;